python -m venv test-env
test-env\Scripts\activate
pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple udit-astro

IF FACING SSL ERROR:
python -m pip install --upgrade pip
python -m pip install --use-feature=truststore --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple udit-astro

IF FACING ERROR WHILE BUILDING pyswisseph-2.10.3.2
python -m pip install --upgrade pip setuptools wheel
FROM -> https://visualstudio.microsoft.com/visual-cpp-build-tools/
install Microsoft C++ Build Tools and include the Desktop development with C++ workload
